feat: EU support, auth page redesign, CI/CD overhaul#42
Merged
Conversation
- Rewrite example Auth page with settings-style environment/URL rows, edit dialogs, Save button, and AsyncStorage persistence (matching Flutter example UX) - Add environment presets (Production, Production EU, Staging, Dev, Custom) with full URL sets - Update ExampleServer.generateJwt/sendTest to accept baseUrl param - Add .github/workflows/deploy.yml for automated npm publish, git tag, and GitHub Release on push to main - Update CI workflow to use actions/checkout@v4, cache@v4, setup-java@v4 - Fix workflow.yml trigger branch from master to main - Update composite setup action to use setup-node@v4 and cache@v4 - Install @react-native-async-storage/async-storage and @react-native-clipboard/clipboard in example app Co-authored-by: Cursor <cursoragent@cursor.com>
- Add bump_version.sh (interactive gum-based version bumper that updates package.json and native agent strings) - Rewrite build_demo_app.sh (clean iOS archive + Android bundle build) - Keep update_native_module_version.sh for CI use - Remove obsolete scripts: bootstrap.js, git_release.sh, hermes_fix.sh, install_homebrew.sh, release_npm_package.sh, update_pods.sh, update_version.sh Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
…s to warn) Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
- Align eslint prettier/prettier rule trailingComma with prettier config (es5) - Auto-fix all trailing comma formatting across src and example files - Move Env.tsx generation after Setup step so npx prettier is available - Run prettier --write on generated Env.tsx to handle long lines - Pin build-ios to macos-14 to avoid Xcode 16.4 arch issues - Disable newArchEnabled for Android build to fix Kotlin plugin compat Co-authored-by: Cursor <cursoragent@cursor.com>
Remove build-android and build-ios CI jobs that were failing due to environment mismatches (hardcoded node paths, incompatible async-storage v3 with RN 0.73). Lint, typecheck, test, and build-library jobs remain. Also downgrades async-storage to 1.x for RN 0.73 compat, gitignores .xcode.env.local, and updates iOS SDK references. Co-authored-by: Cursor <cursoragent@cursor.com>
Co-authored-by: Cursor <cursoragent@cursor.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.github/workflows/deploy.ymlfor automated npm publish, git tag, and GitHub Release on push to mainbump_version.sh,build_demo_app.sh,update_native_module_version.sh.vscode/launch.jsonwith script runners and iOS/Android device launch configsTest plan
yarn typecheck— passesyarn test— passes (2 suites, 4 tests)Made with Cursor